home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Connect
/
connect_2005-05.iso
/
swf
/
m46.swf
/
scripts
/
DefineButton2_6
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-04-28
|
227 b
|
13 lines
on(press){
if(_parent.trt == true)
{
if(_parent.out == false)
{
_parent._parent.pressv = 2;
_parent.out = true;
_parent.trt = false;
nextFrame();
}
}
}